derelict.glib.gurifuncs

Undocumented in source.

Members

Aliases

da_g_uri_escape_string
alias da_g_uri_escape_string = char* function(const(char)* unescaped, const(char)* reserved_chars_allowed, gboolean allow_utf8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_uri_parse_scheme
alias da_g_uri_parse_scheme = char* function(const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_uri_unescape_segment
alias da_g_uri_unescape_segment = char* function(const(char)* escaped_string, const(char)* escaped_string_end, const(char)* illegal_characters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_uri_unescape_string
alias da_g_uri_unescape_string = char* function(const(char)* escaped_string, const(char)* illegal_characters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_uri_escape_string
char* g_uri_escape_string(const(char)* unescaped, const(char)* reserved_chars_allowed, gboolean allow_utf8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_uri_parse_scheme
char* g_uri_parse_scheme(const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_uri_unescape_segment
char* g_uri_unescape_segment(const(char)* escaped_string, const(char)* escaped_string_end, const(char)* illegal_characters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_uri_unescape_string
char* g_uri_unescape_string(const(char)* escaped_string, const(char)* illegal_characters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_uri_escape_string
da_g_uri_escape_string g_uri_escape_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_uri_parse_scheme
da_g_uri_parse_scheme g_uri_parse_scheme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_uri_unescape_segment
da_g_uri_unescape_segment g_uri_unescape_segment;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_uri_unescape_string
da_g_uri_unescape_string g_uri_unescape_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta